Crate tarantool_proc

source ·

Macros

Attribute Macros

  • Create a tarantool stored procedure.
  • Mark a function as a test.

Derive Macros

  • Macro to automatically derive tarantool::tuple::_Encode Deriving this trait will make this struct encodable into msgpack format. It is meant as a replacement for serde + rmp_serde allowing us to customize it for tarantool case and hopefully also decreasing compile-time due to its simplicity.